testing.common.o (field)

7 uses

	testing (current package)
		testing.go#L635: 	o           *outputWriter        // Writes output.
		testing.go#L1040: 	n.o.Write([]byte(s))
		testing.go#L1091: 		return (c.o != nil) && (len(c.o.partial) > 0)
		testing.go#L1095: 		c.o.Write([]byte("\n"))
		testing.go#L1111: 	return n.o
		testing.go#L1116: 	c.o = &outputWriter{c: c}